Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix compatibility with gradleGen in nixpkgs (+ build) #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Mic92
Copy link
Contributor

@Mic92 Mic92 commented Nov 21, 2021

No description provided.

gradle-env.nix Outdated
@@ -326,15 +326,7 @@ let

mkGradle = gradleSpec:
gradleGen.gradleGen {
Copy link

@scottbot95 scottbot95 Feb 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this just be gradleGen as of NixOS/nixpkgs@01f4c7e?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually gradleGen returns another function now so I think it should be pkgs.callPackage (gradleGen { /* ... */ }) {};

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. Looks like someone broke this again. It used to work.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@Mic92 Mic92 changed the title fix compatibility with gradleGen in nixpkgs fix compatibility with gradleGen in nixpkgs (+ build) May 23, 2022
@lorenzleutgeb
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants